LEADTOOLS Medical (Leadtools.Ccow assembly)

Hash(Byte[]) Method

Show in webframe





The data.
Hashes the specified binary data.
Syntax
public static byte[] Hash( 
   byte[] data
)
'Declaration
 
Public Overloads Shared Function Hash( _
   ByVal data() As Byte _
) As Byte()
'Usage
 
Dim data() As Byte
Dim value() As Byte
 
value = Utils.Hash(data)

            

            
public:
static array<byte>^ Hash( 
   array<byte>^ data
) 

Parameters

data
The data.

Return Value

Hash of the binary data.
Remarks
This function creates a MD5 hash of the passed in data.
Requirements

Target Platforms

See Also

Reference

Utils Class
Utils Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.